[HVM] Fix qemu's test for whether physcal addresses are RAM.
authorTim Deegan <Tim.Deegan@xensource.com>
Thu, 26 Oct 2006 14:08:20 +0000 (15:08 +0100)
committerTim Deegan <Tim.Deegan@xensource.com>
Thu, 26 Oct 2006 14:08:20 +0000 (15:08 +0100)
commit53132173d5bfbe48b369968bd198cbc72b3fbd2b
treed2311cbf55239ba036cda538994441ddc67d2d78
parent98c075c8048f38f570c7058ded8eb68f36ef2816
[HVM] Fix qemu's test for whether physcal addresses are RAM.
HVM guests have a memory hole below 4GB, so can't just check whether
addresses are < the amount of RAM allocated.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
tools/ioemu/target-i386-dm/exec-dm.c